home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / cad / acadfont.zip / ETEXT.DOC < prev    next >
Text File  |  1993-02-19  |  3KB  |  57 lines

  1. Etext ver 3.1
  2. January 11, 1988
  3. author: Terence Puls
  4.  
  5.        Etext ver 3.1 is an autolisp application which permits lettering on 
  6. signfaces with the CORRECT spacing using highway gothic style text.
  7.        Upper case and lower case letters were digitized to the shapes used on
  8. current signfaces.  The program allows choices of C, D, and E modified text
  9. layout.  E modified is the default choice. C is approximated to 66% of
  10. E mod, and D is approximated to 80% of E mod.  The program permits
  11. upper-to-upper case, upper to lower case, abbreviations using the period
  12. (plus a space character '$'), multiple words on the same line separated by a
  13. space, hyphen or slash.  
  14.    The following are the only legal characters
  15.    acknowleged by the program:
  16.                          abcdefghijklmnopqrstuvwxyz
  17.                          ABCDEFGHIJKLMNOPQRSTUVWXYZ
  18.                          . - /
  19. Due to space/memory limitations numbers were not included.  The Dtext
  20. command may be used to input numbers as before (using appropriate text font.)
  21. The program will handle legal combinations of the above 
  22. characters. (legal meaning: no double spaces/hyphens/dashes,
  23.              no lower to upper case, no numbers or special characters/
  24.              symbols which are not listed above, or extraneous/odd
  25.              combinations of slash, hyphen or dash.)
  26. *** note: experienced autocad users only should edit the files described below.
  27.  
  28.      To install this utility, ALL files on the distribution disk should be
  29. copied to the same directory as the ACAD.EXE file.
  30.      In order to autoload this routine, file ETEXT.LSP should be appended
  31. to the ACAD.LSP file, or if there is no ACAD.LSP file currently on your
  32. system, then file ETEXT.LSP should be renamed to ACAD.LSP.
  33.      The program can make use of a screen menu if present.  The following menu
  34. below is recommended:
  35. File ACAD.MNU will have to be modified using a text editor.
  36. Assuming you are now editing file ACAD.MNU, look for the line that says
  37.            [DTEXT:]$S=X $S=DTEXT ^C^CDTEXT
  38.    
  39.    Insert the following , after the above line:
  40.            [ETEXT:]$S=X $S=ETEXT ^C^CETEXT
  41. Next look for a line below this which has two asterisks before a word.
  42. (Example: **PLINE)
  43.     Just before this line insert the following lines:
  44. **ETEXT 3
  45. [ETEXT:]^C^CETEXT
  46. (leave two blank lines here)
  47.  
  48. [SERIES C]C
  49. [SERIES D]D
  50. [SERIES E]E
  51. (leave ten blank lines here)
  52.  
  53.       Now resave file ACAD.MNU
  54. Your new command ETEXT should now be installed.
  55. note** It is significantly slower than the other text commands so be patient.
  56.        If you accidently type illegal characters and hit return, it is best
  57.        to hit <ctrl-c> as soon as possible and Undo that operation.